NavigateToHistoryEntryRequest

data class NavigateToHistoryEntryRequest(entryId: Int)

Represents request frame that can be used with Page#navigateToHistoryEntry operation call.

Navigates current page to the given history entry.

See also

Constructors

NavigateToHistoryEntryRequest
Link copied to clipboard
fun NavigateToHistoryEntryRequest(entryId: Int)

Properties

entryId
Link copied to clipboard
val entryId: Int
Unique id of the entry to navigate to.

Sources

jvm source
Link copied to clipboard